1 2 3 4 5 6 7 8
# cargo test Run Rust test suite. Supports filtering with test name patterns. For workspace testing use --workspace. synonyms:: cargo test, cargo t, test rust related:: cargo clippy, cargo build context:: test cost:: high